| lcPaint_PtbufAddPoint | Home |
|
BOOL lcPaint_PtbufAddPoint ( HANDLE hPtbuf, double X, double Y, double Prm1, double Prm2, int IntPrm ); |
| hPtbuf | |
| Handle to a points buffer object. | |
| X Y | |
| Coordinates of the point position. | |
| Prm1 Prm2 IntPrm | |
| Additional point parameters. | |
| If the function succeeds, the return value is nonzero (TRUE). |
| lcPaint_PtbufAddPoint2, lcPaint_PtbufAddPointP |